/*头部样式*/
p{
    margin: 0;
}
#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

#header .boxx {
    background-color: rgba(0, 0, 0, .3);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 0 30px;
    height: 80px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#header .boxx.on {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#header .boxx.on .topup {
    max-width: 1200px;
    margin: 0 auto;
}

.logo h1 {
    line-height: 70px;
}

.btns {
    height: 70px;
    background: url("../images/btn.png") no-repeat 50% 50%;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url("../images/dot4.png") no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {}

@media (max-width: 1199px) {
    #header .boxx {
        border-radius: 0;
        padding: 0 15px 0 0;
    }
}

.demo-banner{
    position: relative;
}
.demo-banner .text {
    color: #fff;
    display: table;
    width: 670px;
    height: 100%;
    font: 400 40px/60px "Microsoft Yahei";
    position: absolute;
    left: 50%;
    margin-left: -600px;
    text-align: left;
    top: 20%;
}

@media (max-width: 1299px) {
    .demo-banner{
        display:none;
    }
}

.banbox {
    display: table-cell;
    vertical-align: middle;
}

.demo-banner .en {
    color: #fff;
    font: 400 25px/40px "Microsoft Yahei";
}

.demo-banner .textt {
    color: #fff;
    font: 600 35px/60px "Microsoft Yahei";
}

.demo-banner .intro {
    color: #fff;
    font: 400 25px/40px "Microsoft Yahei";
    position: relative;
    padding-bottom: 20px;
}

.demo-banner .intro:before {
    position: absolute;
    width: 32px;
    height: 2px;
    background: #d90021;
    left: 0;
    bottom: 0;
    content: "";
}

.demo-banner .bantop {
    position: relative;
    opacity: 1;
    right: 0;
    animation: myfirst 1.2s;
    -moz-animation: myfirst 1.2s;
    -webkit-animation: myfirst 1.2s;
    -o-animation: myfirst 1.2s;
}

.demo-banner .banbottom {
    padding-top: 70px;
    position: relative;
    opacity: 1;
    right: 0;
    animation: mysec 1.5s;
    -moz-animation: mysec 1.5s;
    -webkit-animation: mysec 1.5s;
    -o-animation: mysec 1.5s;
}

.demo-banner .banbottom a {
    display: inline-block;
    vertical-align: top;
    width: 98px;
    color: #fff;
    font: 400 16px/30px "Microsoft Yahei";
    text-align: center;
}

.demo-banner .banbottom .more {
    border: 1px solid #fff;
}

.demo-banner .banbottom .more2 {
    border: 1px solid #946d4d;
    background: #946d4d;
}












/*热门搜索*/

.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}

.topup {
    position: relative;
}

#formsearch {
    width: 320px;
    position: absolute;
    right: 12px;
    top: 75px;
    height: 32px;
    background: rgba(0, 0, 0, .3);
    border-radius: 25px;
    line-height: 32px;
    display: none
}

.hotSearch {
    width: 400px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*主体样式*/

#container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.boxx {
    max-width: 1600px;
    margin: 0 auto;
}


/* 公司简介 */

.aboutbg {
    height: 630px;
    background: url("../images/about.jpg") no-repeat 50% 0;
    padding-top: 98px;
}

.aboutbg h2 {
    color: #000;
    font: 400 30px/36px "Microsoft Yahei";
    text-align: center;
}

.about {
    color: #878787;
    font: 400 15px/31px "Microsoft Yahei";
    text-align: center;
    padding: 100px 20%;
}

.about .ab {
    position: relative;
}

.abheight {
    height: 93px;
    overflow: hidden;
}

.about .ab:before {
    position: absolute;
    left: -80px;
    top: -20px;
    width: 41px;
    height: 45px;
    background-image: url("../images/left.png");
    background-repeat: no-repeat;
    content: "";
}

.about .ab:after {
    position: absolute;
    right: -80px;
    bottom: -20px;
    width: 41px;
    height: 45px;
    background-image: url("../images/right.png");
    background-repeat: no-repeat;
    content: "";
}

.aboutbg .more {
    text-align: center;
}

.aboutbg .more a {
    display: inline-block;
    color: #878787;
    font: 400 15px/40px "Microsoft Yahei";
    width: 149px;
    border: 2px solid #878787;
}

@media (max-width: 991px) {
    .aboutbg {
        padding: 50px 0;
        height: auto;
    }
    .about {
        padding: 50px 50px;
    }
    .about .ab:before {
        background-size: 24px 26px;
        left: -30px;
        top: -20px;
    }
    .about .ab:after {
        background-size: 24px 26px;
        right: -50px;
        bottom: -30px;
    }
	
}


@media (max-width: 768px) {
	#header .boxx{background-color: rgba(0, 0, 0, 1);}
	
	.navbar-toggle{ margin-top:21px;}
	
	}
/* 案例展示 */

.casebg .case {
    padding: 60px 10% 0;
}

.casebg .col-md-6 {
    padding: 0;
}

.case h2 {
    color: #000;
    font: 400 30px/36px "Microsoft Yahei";
}

.case .content {
    color: #878787;
    font: 400 14px/24px "Microsoft Yahei";
    padding-top: 30px;
    max-height: 126px;
    overflow: hidden;
}

.case a.more {
    display: inline-block;
    width: 177px;
    color: #fff;
    font: 400 16px/37px "Microsoft Yahei";
    background: #4e4e4e;
    text-indent: 15px;
    position: relative;
    margin-top: 40px;
}

.case a.more:before {
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    right: 11px;
    top: 18px;
    content: "";
}

@media (max-width: 991px) {
    .casebg .case {
        padding: 60px 15px 0;
    }
}

.swiper-container2 {
    margin-top: 30px;
}


/* 产品展示 */

.probg {
    background: url("../images/probg.jpg") repeat;
    padding: 75px 5%;
}

.probg h2 {
    color: #000;
    font: 400 30px/36px "Microsoft Yahei";
    padding-left: 15px;
}

.pro-center {
    padding-top: 40px;
}

.pro-center li {}



.pro-center img {
    max-width: 100%;
    height: auto;
}

.pro-center h3 {
    background: #fff;
    text-align: center;
    padding: 20px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 102px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.pro-center h3 a {
    display: block;
    color: #363636;
    font: 400 20px/36px "Microsoft Yahei";
}

.pro-center h3 p {
    color: #999;
    font: 400 14px/26px "Microsoft Yahei";
}

.probox {
    position: relative;
    padding-bottom: 102px;
    overflow: hidden;
}

.pro-center li:hover .probox {
    box-shadow: 2px 2px 9px #999;
}

.pro-center li:hover h3 {
    background: #946d4d;
    height: 158px;
}

.pro-center li:hover h3 a {
    color: #fff;
}

.omitted {
    color: #fff;
    font: 400 20px/20px "Microsoft Yahei";
    display: none;
    padding-bottom: 20px;
}

.pro-center li h3 .img {
    display: none;
}

.pro-center li:hover h3 p {
    display: none;
}

.pro-center li:hover .omitted {
    display: block;
}

.pro-center li:hover h3 .img {
    display: block;
}

.pro-cate {
    text-align: right;
}

.pro-cate li {
    display: inline-block;
    padding: 0 15px;
    margin: 0 15px;
}

.pro-cate li a {
    color: #363636;
    font: 400 16px/45px "Microsoft Yahei";
}

.pro-cate li:hover {
    background: #946d4d;
}

.pro-cate li:hover a {
    color: #fff;
}

@media (max-width: 991px) {
    .pro-center li {
        margin-bottom: 20px;
    }
    .pro-center li.pro4 {
        display: block;
    }
    .probg {
        padding: 50px 15px;
    }
}


/* 企业风采 */

.style {
    width: 100%;
    height: 680px;
    background: url("../images/style.jpg") no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
}

.stylec {
    width: 100%;
    height: 680px;
    background: url("../images/stylec.png") no-repeat 50% 50%;
    background-size: cover;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

.style:hover .stylec {
    opacity: 0;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

@media (max-width: 991px) {
    .style {
        height: 400px;
    }
    .stylec {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .style {
        height: 250px;
    }
    .stylec {
        height: 250px;
    }
}


/* 新闻资讯 */

.news_list1 li {
    padding: 0;
    text-align: center;
}

.news_list1 li a {
    display: block;
}

.news_list1 li img {
    max-width: 100%;
    height: 300px;
}

.news_list1 .text {
    position: relative;
}

.news_list1 .text span {
    display: block;
    color: #636c71;
    font: 400 16px/22px "Microsoft Yahei";
}

.news_list1 .text a {
    color: #363636;
    font: 400 16px/26px "Microsoft Yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list1 .text p {
    color: #636c71;
    font: 400 14px/23px "Microsoft Yahei";
    height: 46px;
    overflow: hidden;
    margin: 30px 0;
}

.news_list1 .text a.more {
    display: inline-block;
    color: #363636;
    font: 400 16px/37px "arial";
    width: 178px;
    border: 1px solid #b3b3b3;
}

.news_list1 .text:hover a.more {
    color: #fff;
    background: #946d4d;
}

.news_list1 .text .text-d {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}

.text-s {
    position: absolute;
    width: 100%;
    padding: 0 9%;
    left: 0;
    top: 50%;
    margin-top: -97px;
}

@media (max-width:767px) {
    .news_list1 .te {
        border-top: 1px solid #ddd;
    }
}


.heng{
    width: 100%;
}
.heng p{
    margin: 0;
}

.heng img{
    width: 100%;
    height: auto;
}


/* 联系我们 */

.map {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mapcover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 120px;
    transition: .5s;
}

 .mapcover:hover {
    background-color: rgba(0, 0, 0, .7);
 }

.contacts {
    max-width: 330px;
    background: #fff;
}

.contacts h2 {
    color: #000;
    font: 400 20px/26px "Microsoft Yahei";
    text-align: center;
    padding: 20px 0 10px;
}

.contacts .tit img {
    max-width: 100%;
    height: auto;
}

.contacts .content {
    color: #272235;
    font: 400 14px/67px "Microsoft Yahei";
}

.contacts .content p {
    padding-left: 20px;
}

.contacts .content p img {
    padding-right: 10px;
}

.contacts .content p+p {
    border-top: 1px solid #d3d3d3;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*友情链接*/

.f_link {
    border-top: 1px solid #0d0d0d;
    padding: 10px 0;
    display: none;
}

@media(max-width:1200px) {
    .f_link {
        display: none!important;
    }
}


.hotkey{
    display: none;
}
.hotkey a{
    margin-right: 6px;
}

/*页面底部*/

#footer {
    background: #000;
    color: #6b6b6b;
    font: 400 14px/28px "Microsoft Yahei";
    padding: 0 5%;
}

#footer a {
    color: #6b6b6b;
}

.k1 {
    text-align: right;
}

#footer a:hover {
    color: #b6002e;
    text-decoration: none;
}

.nav_foot {
    line-height: 24px;
    color: #666;
}

.copyright {
    line-height: 24px;
}

.foot-up {
    padding: 50px 0;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url("../images/nav.png") no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_banner {
    width: 100%;
}

.n_bannerbj img,
.n_banners img,
.con_banner img {
    max-width: 100%;
    height: auto;
}

.left .box {
    margin-bottom: 15px;
}

.left .box h3 {
    line-height: 59px;
    font-weight: 400;
    font-family: "微软雅黑";
    background: #060606;
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    position: relative;
    border-bottom: 4px solid #b6002e;
}

.left .box .content {
    padding: 5px 0;
    background: #f0f0f0;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.left {}

.sort_menu {
    background: #9c9c9c;
}

@media (max-width: 767px) {
    .sort_menu {
        margin-bottom: 15px;
    }
    .tag_list_product li .tag_img,
    .tag_list_product li .tab_intro {
        width: 100%;
    }
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    background: #f5a31c;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.left .n_contact .content {
    line-height: 37px;
    color: #333;
    font-size: 14px;
    padding: 10px;
}

.right {
    padding-bottom: 10px;
}

.sitemp {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}

.pages {
    padding-top: 20px;
}

.sitemp a {
    color: #666;
}

.sitemp h2 {
    font-size: 16px;
    color: #b6002e;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.sitemp .site {
    color: #000;
    font: 400 14px/30px "Microsoft Yahei";
}

.sitemp .site a {
    color: #000;
}

.right .content {
    padding: 15px 0 10px;
    overflow: hidden;
    line-height: 24px;
}

.right .content img{
    max-width:100%;
    height:auto;
}

@media (max-width: 767px) {
    .right .content img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
}










/*导航栏样式*/

.navv {
    height: 32px;
}

.navv li {
    line-height: 70px;
    height: 70px;
    text-align: center;
    width: 16%;
    float: left;
    position: relative;
    z-index: 999;
    font-size: 18px;
}

.navv>li:after {
    position: absolute;
    right: 0;
    top: 29px;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    content: "";
}

.navv li a {
    display: block;
    line-height: 70px;
    color: #fff;
    height: 70px;
}

.navv li a:hover {
    text-decoration: none;
}

.navv .sec {
    height: 0;
    background: #01557a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 70px;
    left: 0px;
}

.navv .sec a {
    background: #01557a;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 90px;
}

.navbar-header .navbar-toggle {
    border: 1px solid #b4b8bc;
    padding: 0 10px 0 10px;
    height: 34px;
}

.navbar-header .navbar-toggle .menu {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 34px;
    color: #000;
}

.navbar-header .navbar-toggle.active {}

.navbar-header .navbar-toggle a:hover {
    text-decoration: none;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #999;
}

.navbar-header .navbar-toggle:hover {
    border: 1px solid #b6002e;
    background: #b6002e;
}

.navbar-header .navbar-toggle:hover .menu {
    color: #fff;
}

.navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.toleft {
    position: relative;
    overflow-x: hidden;
    left: 0;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft {
    left: -260px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid.menuopen {
    left: 0px;
    opacity: 1;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft .head {
    left: -260px;
}

#cbp-spmenu-s2 {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.navbar-header {
    position: relative;
}

.menuid {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.mobile-menu-overlay {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    display: none;
    background: #000000;
    z-index: 9;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
}

.cbp-spmenu-open .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.cbp-spmenu-right {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    background: #000;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 260px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0 40px 0;
}

.cbp-spmenu-right li a {
    padding: 15px 23px;
    color: #fff;
    display: block;
    border-bottom: solid 1px #333;
}

.cbp-spmenu-right li a:hover {
    background: #b6002e;
    text-decoration: none;
}

.menuid .icon-close {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
    font-size: 16px;
}

.menuid .icon-close span {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid .icon-close:hover span {
    color: #e7ac00;
}

.menuopen .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}



.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 32px;
    background: none;
    border: none;
    line-height: 32px;
    float: left;
}

#formsearch input#keyword {
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    color: #fff;
    width: 260px;
    outline: none;
}

#formsearch input#s_btn {
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url("../images/btn.png") no-repeat center;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
}


.topcase {
    width: 100%;
    position: relative;
}

.bannery {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.bannery ul.bc {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.bannery ul.bc li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bannery ul.bc li a {
    display: block;
    width: 100%;
    height: 100%;
}

.small {
    position: relative;
}

.small li {
    display: none;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.small li img {
    max-width: 100%;
    height: auto;
}

.small li::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .59);
    position: absolute;
    top: 0;
    left: 0;
}
.small li.small_hover::after{
    display: none;
}
.small-ban {
    padding: 55px 0;
    width: 100%;
    position: relative;
    margin-top: 45px;
    height: 330px;
}

.small-ban .num {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}

.small-ban .num li {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    background: url("../images/num.png") no-repeat 0 50%;
    line-height: 25px;
    position: relative;
}

.small-ban .num li {
    _display: inline;
    _zoom: 1;
    *display: inline;
}
.small-ban .num li a:before{
    content:'0';
}
.small-ban .num li.num_hover {}

.small-ban .num li.num_hover a {
    color: #946d4d;
}

.small-ban .num li.num_hover:before {
    position: absolute;
    width: 2px;
    height: 45px;
    background: #946d4d;
    top: 25px;
    left: 50%;
    margin-left: -1px;
    content: "";
}

.small-ban .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #c5c5c5;
    text-decoration: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}

.small-pre {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pre {
    width: 32px;
    height: 50px;
    cursor: pointer;
}

.next {
    width: 32px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 1599px) {
    .case .content,
    .case a.more {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .small-ban {
        height: 230px
    }
}

@media (max-width: 991px) {
    .case .content,
    .case a.more {
        display: block !important;
    }
}




.swiper-wrapper img {
    max-width: 100%;
    height: auto;
}




.xypg-right-content{ font-size:16px; line-height:36px;}





























